ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / SyncRoot Property

In This Topic
    SyncRoot Property (PagesCollection<T>)
    In This Topic
    Gets an object that can be used to synchronize access to the System.Collections.ICollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property SyncRoot As Object
    public object SyncRoot {get;}

    Property Value

    The synchronize root.
    See Also